﻿body {
    background-color: rgb(242, 242, 242)
}

.ant-row {
    margin-bottom: 18px;
}

    .ant-row > div {
        padding-left: 6px;
        padding-right: 12px;
    }

.Online, .NoticeBoard, .EducationCenter {
    min-width: inherit;
}

.NoticeBoard {
    min-height: 300px;
    padding: 18px;
}

.ArticleGroup ~ .ArticleGroup {
    margin-top: 18px;
}

.NoticeBoard ~ .Online {
    margin-top: 18px;
}

.left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

.right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
}

.code {
    margin-top: 20px;
}

.BottomBanner {
    width: calc(100% + 6px);
}

.grayFilter {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.global-search {
    top: 80px;
    position: absolute;
    left: 50%;
}

.my-container {
    position: relative;
    min-width: 1200px;
}

.float-announcement {
    position: fixed;
    bottom: 300px;
    right: 60px;
}

.anticon-down:before {
    content: "\E61D";
}

.anticon:before {
    display: block;
    font-family: anticon !important;
}

.ant-modal-content .ant-modal-close {
    color: rgba(0,0,0,.45);
}

.HeaderBarTop {
    background: #303030;
}

.ant-dropdown-link {
    float: right;
    margin-right: 39px;
}

.akanLogin .login-container .login {
    box-shadow: none;
}

:root {
    --main-color: #ed3b10;
    --second-color: #DA8E55;
}

.main-bg-color {
    background-color: #ed3b10 !important;
}

.second-bg-color {
    background-color: #DA8E55 !important;
}

.main-font-color {
    color: #ed3b10 !important;
}

.second-font-color {
    color: #DA8E55 !important;
}

.main-border-color {
    border-color: #ed3b10 !important;
}

.main-border-color-top {
    border-top-color: #ed3b10 !important;
}

.main-border-color-left {
    border-left-color: #ed3b10 !important;
}

.main-border-color-bottom {
    border-bottom-color: #ed3b10 !important;
}

.main-border-color-right {
    border-right-color: #ed3b10 !important;
}

.second-border-color {
    border-color: #DA8E55 !important;
}

.second-border-color-top {
    border-top-color: #DA8E55 !important;
}

.second-border-color-left {
    border-left-color: #DA8E55 !important;
}

.second-border-color-right {
    border-right-color: #DA8E55 !important;
}

.second-border-color-bottom {
    border-bottom-color: #DA8E55 !important;
}
/**
       * hover状态的主题色
      */
.main-bg-color-hover:hover {
    background-color: #ed3b10 !important;
}

.second-bg-color-hover:hover {
    background-color: #DA8E55 !important;
}

.main-font-color-hover:hover {
    color: #ed3b10 !important;
}

.second-font-color-hover:hover {
    color: #DA8E55 !important;
}

.main-border-color-hover:hover {
    border-color: #ed3b10 !important;
}

.main-border-color-hover-top:hover {
    border-top-color: #ed3b10 !important;
}

.main-border-color-hover-bottom:hover {
    border-bottom-color: #ed3b10 !important;
}

.main-border-color-hover-right:hover {
    border-right-color: #ed3b10 !important;
}

.main-border-color-hover-left:hover {
    border-left-color: #ed3b10 !important;
}

.second-border-color-hover:hover {
    border-color: #DA8E55 !important;
}

.second-border-color-hover-top:hover {
    border-top-color: #DA8E55 !important;
}

.second-border-color-hover-bottom:hover {
    border-bottom-color: #DA8E55 !important;
}

.second-border-color-hover-right:hover {
    border-right-color: #DA8E55 !important;
}

.second-border-color-hover-left:hover {
    border-left-color: #DA8E55 !important;
}
/**
       * 伪元素的主题色
      */
.main-bg-color-after:after {
    background-color: #ed3b10 !important;
}

.second-bg-color-after:after {
    background-color: #DA8E55 !important;
}

.main-font-color-after:after {
    color: #ed3b10 !important;
}

.second-font-color-after:after {
    color: #DA8E55 !important;
}

.main-border-color-after:after {
    border-color: #ed3b10 !important;
}

.main-border-color-after-top:after {
    border-top-color: #ed3b10 !important;
}

.main-border-color-after-bottom:after {
    border-bottom-color: #ed3b10 !important;
}

.main-border-color-after-right:after {
    border-right-color: #ed3b10 !important;
}

.main-border-color-after-left:after {
    border-left-color: #ed3b10 !important;
}

.second-border-color-after:after {
    border-color: #DA8E55 !important;
}

.second-border-color-after-top:after {
    border-top-color: #DA8E55 !important;
}

.second-border-color-after-bottom:after {
    border-bottom-color: #DA8E55 !important;
}

.second-border-color-after-right:after {
    border-right-color: #DA8E55 !important;
}

.second-border-color-after-left:after {
    border-left-color: #DA8E55 !important;
}

.main-bg-color-before:before {
    background-color: #ed3b10 !important;
}

.second-bg-color-before:before {
    background-color: #DA8E55 !important;
}

.main-font-color-before:before {
    color: #ed3b10 !important;
}

.second-font-color-before:before {
    color: #DA8E55 !important;
}

.main-border-color-before:before {
    border-color: #ed3b10 !important;
}

.main-border-color-before-top:before {
    border-top-color: #ed3b10 !important;
}

.main-border-color-before-bottom:before {
    border-bottom-color: #ed3b10 !important;
}

.main-border-color-before-right:before {
    border-right-color: #ed3b10 !important;
}

.main-border-color-before-left:before {
    border-left-color: #ed3b10 !important;
}

.second-border-color-before:before {
    border-color: #DA8E55 !important;
}

.second-border-color-before-top:before {
    border-top-color: #DA8E55 !important;
}

.second-border-color-before-bottom:before {
    border-bottom-color: #DA8E55 !important;
}

.second-border-color-before-right:before {
    border-right-color: #DA8E55 !important;
}

.second-border-color-before-left:before {
    border-left-color: #DA8E55 !important;
}
/**
       * 回到顶部
      */
.float-action {
    display: none;
    position: fixed;
    width: 40px;
    height: 80px;
    bottom: -35px;
    z-index: 10;
    left: 50%;
    margin-left: 600px;
    padding-left: calc(100vw - 100%);
}

    .float-action a {
        color: #666;
    }

    .float-action .gototop {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url(//alinw.alicdn.com/platform/legal_online_court/1.7.59/bus/home/bg_home/home.png) -155px -2px no-repeat;
    }
.global-search-028534003665427132 {
    width: 400px
}

    .global-search-028534003665427132 .ant-input-search :hover {
        border-color: #FFF !important
    }

    .global-search-028534003665427132 .ant-input {
        border-radius: 0;
        border: 2px solid #FFF;
        background: #1F9373;
        color: #FFF;
    }

    .global-search-028534003665427132 .ant-btn {
        border-radius: 0;
        border: 2px solid #FFF;
        background: #FFF;
        color: #1F9373;
    }
